SquareGrid.this

Creates the grid given the size

struct SquareGrid(T, U = typeof(T.x))
this

Parameters

width U

Width of the grid

height U

Height of the grid

Meta